From: John Paul Wallington Date: Sun, 9 Feb 2003 14:40:09 +0000 (+0000) Subject: Fix misspelling of `comint-insert-previous-argument'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28396 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d8d0cb958ef7f4be999912598a6ba01cca5bed1b;p=emacs.git Fix misspelling of `comint-insert-previous-argument'. --- diff --git a/etc/NEWS b/etc/NEWS index 9950bfd3a4f..e86770e3861 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -442,7 +442,7 @@ screen size. (For now, this does not work with some window managers.) automatically. +++ -** The new command `comint-input-previous-argument' in comint-derived +** The new command `comint-insert-previous-argument' in comint-derived modes (shell-mode etc) inserts arguments from previous command lines, like bash's `ESC .' binding. It is bound by default to `C-c .', but otherwise behaves quite similarly to the bash version.